type github.com/jackc/pgx/v5/pgtype.wrapStringEncodePlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1488: return &wrapStringEncodePlan{}, stringWrapper(value), true
pgtype.go#L1636: type wrapStringEncodePlan struct {
pgtype.go#L1640: func (plan *wrapStringEncodePlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1642: func (plan *wrapStringEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)